Skip to content

Documents: add responsive high-yield clinical summary#1169

Merged
BigSimmo merged 15 commits into
mainfrom
codex/document-clinical-summary-20260725
Jul 24, 2026
Merged

Documents: add responsive high-yield clinical summary#1169
BigSimmo merged 15 commits into
mainfrom
codex/document-clinical-summary-20260725

Conversation

@BigSimmo

@BigSimmo BigSimmo commented Jul 24, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix cross-mode search performance findings: prescribing catalogue debounce/abort/fields=index, differentials abort/debounce, universal documents typeahead soft-timeout (750ms), shared (search-app) shell to avoid composer remount, and Answer rate-limit in-memory fallback outside production.
  • Fix Bugbot regressions: shared-shell pathname navigation (/services/dsm) syncs searchMode during render (no stale-mode paint) even when the query string is unchanged; extracted ClinicalDashboard lazy imports to stay under the maintainability budget.

RAG impact: no retrieval behaviour change — typeahead documents domain timeout and shell URL sync only; ranking formulas and full /api/search retrieval path unchanged.

Verification

  • npm run verify:pr-local — focused Vitest on touched sources (362) plus api-rate-limit / search-shell / universal / route / site-map suites green; docs:check-index OK
  • UI verification not run: full verify:ui not required for this pass; mode-home smoke via npm run ensure returned HTTP 200 for /, /services, /dsm, /documents/search, /therapy-compass, /?mode=prescribing, and /api/answer/stream returned 200 after the rate-limit fallback fix
  • Verification not run: eval:retrieval:latency / soak / live OpenAI canary — approval-gated provider work; not needed for timeout-only typeahead change

Risk and rollout

  • Risk: medium — shared layout remount change and rate-limit fallback behaviour in non-production; production Answer/upload still fail closed when the durable limiter is unavailable
  • Rollback: revert this PR; mode routes return to per-segment GlobalSearchShell layouts and prior timeout/fallback behaviour
  • Provider or production effects: None

Clinical Governance Preflight

  • Source-backed claims still require linked source verification before clinical use
  • No patient-identifiable document workflow was introduced or expanded without explicit governance approval
  • Supabase target remains [REDACTED] ([REDACTED])
  • Service-role keys and private document access remain server-only
  • Demo/synthetic content remains clearly separated from real clinical sources
  • Source metadata, review status, and outdated/unknown-source behavior remain conservative
  • Deployment classification/TGA SaMD impact was checked when clinical decision-support behavior changed

Notes

  • Prescribing list rows keep the full catalogue payload so Safety/Monitoring filters and patient alerts still see section-derived signals; keystroke storms are controlled by debounce + abort. fields=index remains for identity-only consumers (cross-mode links).
  • Live hybrid RPC cold tails remain a separate approval-gated follow-up.

@supabase

supabase Bot commented Jul 24, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@BigSimmo, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 7 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 2831dbd7-7fba-47c4-9f41-9abc5a45ccfb

📥 Commits

Reviewing files that changed from the base of the PR and between eea3a04 and 09043be.

📒 Files selected for processing (4)
  • docs/branch-review-ledger.md
  • src/components/document-viewer/document-clinical-summary.tsx
  • tests/document-clinical-summary.dom.test.tsx
  • tests/document-clinical-summary.test.ts
📝 Walkthrough

Walkthrough

Adds a dedicated clinical summary model and UI for document overviews, including profile-derived priorities, fallback content, disclosures, page navigation, and mobile presentation. Updates overview wiring and expands unit, DOM, and smoke-test coverage.

Changes

Clinical summary experience

Layer / File(s) Summary
Clinical summary model and priority derivation
src/components/document-viewer/document-clinical-summary.tsx, tests/document-clinical-summary.test.ts
Defines summary and priority types, cleans summary content, derives profile-based or fallback priorities, deduplicates items, and handles missing pages.
Clinical summary rendering and navigation
src/components/document-viewer/document-clinical-summary.tsx, tests/document-clinical-summary.dom.test.tsx
Adds responsive summary and priority disclosures, support indicators, page links, mobile sheet navigation, and DOM interaction tests.
Document overview integration
src/components/document-viewer/document-overview-landing.tsx, src/components/DocumentViewer.tsx, tests/ui-smoke.spec.ts
Replaces inline overview sections with DocumentClinicalSummary, removes initialPage wiring, simplifies metadata, and updates viewer smoke coverage.

Review ledger record

Layer / File(s) Summary
Branch review record
docs/branch-review-ledger.md
Appends the dated verification record for the reviewed branch and recorded Vitest runs.

Estimated code review effort: 4 (Complex) | ~45 minutes

Sequence Diagram(s)

sequenceDiagram
  participant DocumentViewer
  participant DocumentOverviewLanding
  participant DocumentClinicalSummary
  participant MobileSheet
  DocumentViewer->>DocumentOverviewLanding: render overview
  DocumentOverviewLanding->>DocumentClinicalSummary: pass document and navigation callbacks
  DocumentClinicalSummary->>MobileSheet: open clinical priorities
  MobileSheet->>DocumentClinicalSummary: activate page link
  DocumentClinicalSummary->>DocumentViewer: call onPageChange(page)
Loading

Possibly related PRs

Suggested labels: codex

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is off-topic: it discusses search-shell and rate-limit changes, not the document clinical summary PR. Rewrite the Summary, Verification, Risk and rollout, and Clinical Governance sections to describe the clinical summary UI change and its actual validation.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly names the main change: a responsive high-yield clinical summary for documents.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/document-clinical-summary-20260725

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 61da1b267d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/document-viewer/document-clinical-summary.tsx Outdated
@BigSimmo

Copy link
Copy Markdown
Owner Author

@codex resolve actionable Codex review findings for this pull request and current head using the repository instructions. This is the pull request's single automatic repair pass: do not perform a fresh review, create new standalone findings, or request another review. Work only the existing unresolved Codex threads on the current head. Always fix P0 and P1 findings. For P2 and lower findings, fix only clear, scoped, low-risk issues; otherwise disposition them with a concise reason. After fixing or dispositioning a thread, reply in that thread with as the first line, followed by a concise summary; that marker authorizes the workflow to close that exact thread. If human input or new authorization is required, do not use the marker and leave the thread open with the blocker. Finish only after every actionable thread is fixed or dispositioned and closed, or explicitly left open for a human decision. Do not update the branch from main, address unrelated reviews, broaden scope, or create more than one scoped fix commit. Do not use external APIs, paid services, credentials, dependency changes, or broad refactors unless explicitly authorized. Add targeted tests where behavior changes and run the narrowest relevant validation.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: dd360d8924

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/document-viewer/document-clinical-summary.tsx Outdated
@github-actions

Copy link
Copy Markdown
Contributor

CI triage

CI failed on this PR. Automated classification of the 2 failed job(s):

  • Static PR checksneeds investigation: inspect the failing step and uploaded diagnostics; rerun only after classifying the cause.
  • PR requiredneeds investigation: inspect the failing step and uploaded diagnostics; rerun only after classifying the cause.

Compared with main CI run #4967 (success).

Classification is evidence routing, not permission to ignore a failure. Exact quarantined Playwright identities remain governed by the flake ledger.

@BigSimmo
BigSimmo enabled auto-merge July 24, 2026 16:53
BigSimmo and others added 2 commits July 25, 2026 01:01
- Default missing pages arrays to [] before page lookup
- Skip enrichment placeholder text in clinical summary display

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 42abd25379

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/document-viewer/document-clinical-summary.tsx Outdated
cursoragent and others added 2 commits July 24, 2026 17:13
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (2)
src/components/document-viewer/document-clinical-summary.tsx (2)

171-191: 📐 Maintainability & Code Quality | 🔵 Trivial

Clinical-output change — run the mandated domain check.

buildDocumentClinicalSummaryModel is new clinical-output derivation logic. As per path instructions, "For auth, Supabase, ingestion, answer generation, search/ranking, clinical output, or source-governance changes, run the smallest relevant domain check plus npm run check:production-readiness."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/components/document-viewer/document-clinical-summary.tsx` around lines
171 - 191, The new clinical-output derivation in
buildDocumentClinicalSummaryModel requires validation with the smallest relevant
clinical domain check, followed by npm run check:production-readiness. Run both
checks and resolve any failures without changing the intended summary and
priorities behavior.

Source: Path instructions


220-243: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Use <Link> for the internal page navigation.

PriorityPageLink renders a raw internal <a href> with hand-rolled modifier-key/preventDefault logic. Replace it with Link from "next/link"; onClick still supports preventDefault(), but Link’s dedicated onNavigate handler is better suited for client-side navigation guards because it only fires for client-side navigations.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@src/components/document-viewer/document-clinical-summary.tsx` around lines
220 - 243, Replace the raw anchor in PriorityPageLink with Next.js Link,
importing Link from next/link and passing href to it. Move the page navigation
guard to Link’s onNavigate handler, preserving preventDefault and
onNavigate(page) behavior while removing the manual mouse-button and
modifier-key checks.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/branch-review-ledger.md`:
- Line 757: Update the date in the ledger row for commit
6bbce2b97477cb4497624abe2a37c74864e872c8 from 2026-07-25 to 2026-07-24,
preserving the remaining verification details unchanged.

---

Nitpick comments:
In `@src/components/document-viewer/document-clinical-summary.tsx`:
- Around line 171-191: The new clinical-output derivation in
buildDocumentClinicalSummaryModel requires validation with the smallest relevant
clinical domain check, followed by npm run check:production-readiness. Run both
checks and resolve any failures without changing the intended summary and
priorities behavior.
- Around line 220-243: Replace the raw anchor in PriorityPageLink with Next.js
Link, importing Link from next/link and passing href to it. Move the page
navigation guard to Link’s onNavigate handler, preserving preventDefault and
onNavigate(page) behavior while removing the manual mouse-button and
modifier-key checks.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: c2cb669d-85c6-41ac-9def-b12a165cbcfc

📥 Commits

Reviewing files that changed from the base of the PR and between 4aa66d7 and eea3a04.

📒 Files selected for processing (7)
  • docs/branch-review-ledger.md
  • src/components/DocumentViewer.tsx
  • src/components/document-viewer/document-clinical-summary.tsx
  • src/components/document-viewer/document-overview-landing.tsx
  • tests/document-clinical-summary.dom.test.tsx
  • tests/document-clinical-summary.test.ts
  • tests/ui-smoke.spec.ts
💤 Files with no reviewable changes (1)
  • src/components/DocumentViewer.tsx

Comment thread docs/branch-review-ledger.md

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4b81bf488b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/document-viewer/document-clinical-summary.tsx Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b6a13ebce0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/components/document-viewer/document-clinical-summary.tsx

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 10bdf21efb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/branch-review-ledger.md
@BigSimmo
BigSimmo merged commit c72cd17 into main Jul 24, 2026
34 checks passed
@BigSimmo
BigSimmo deleted the codex/document-clinical-summary-20260725 branch July 24, 2026 18:04
cursor Bot pushed a commit that referenced this pull request Jul 24, 2026
* docs(ledger): record babysit sweep for PRs #1124 #1131 #1146 #1157 #1162 #1167 #1169 #1170

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(ledger): record open-PR conflict-resolution sweep and #1162 Bugbot

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(ledger): record #1162 conflict resolution and Bugbot outcome

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(ledger): record open-PR conflict sync (all mergeable)

Merged origin/main into remaining behind/dirty PR heads so every open PR is MERGEABLE with behind=0.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(ledger): drop exact duplicate #1170 review row

Remove the second identical PR #1170 ledger record so check:branch-review-ledger passes.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(ledger): record open-PR conflict sync for 22 PRs

Merged origin/main into every open PR head so all are current with main.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* docs(ledger): drop exact duplicate review rows

Remove duplicate ledger records so check:branch-review-ledger passes after the conflict sync.

Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>

* fix: auto-sync open PR branches and clear postcss audit

Add a main-push workflow and local helper that update behind PR heads so
GitHub stops falsely marking the queue CONFLICTING/DIRTY after each land.
Bump postcss to a non-vulnerable release so Safety npm audit stays green.

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants